home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / cmds / recovcmd.man < prev    next >
Text File  |  1990-03-22  |  988b  |  25 lines

  1. ' $Header: /sprite/src/cmds/recovinfo/RCS/recovinfo.man,v 1.1 89/12/12 17:54:14 mgbaker Exp Locker: mgbaker $ SPRITE (Berkeley)
  2. .so \*(]ltmac.sprite
  3. .HS RECOVCMD cmds
  4. .BS
  5. .SH NAME
  6. recovcmd \- Set variables affecting the recovery module of the kernel.
  7. .SH SYNOPSIS
  8. \fBrecovcmd\fR  -[\fIoptions\fR]
  9. .SH OPTIONS
  10. .IP "\fB\-abson\fR" 14
  11. Turn on absolute ping intervals for recovery.
  12. .IP "\fB\-absoff\fR"
  13. Turn off absolute ping intervals for recovery.
  14. .BE
  15. .SH INTRODUCTION
  16. This command changes variables affecting the behavior of he recovery system.
  17. The only variable so far is the absolute pinging variable.  If it's turned on,
  18. this means that pinging of servers occurs at absolute intervals, unaffected
  19. by how long the actual pinging takes.  If turned off, then the pinging takes
  20. place 30 seconds after the last pinging finished, no matter how long that took.
  21. Turning on absolute pinging should prevent client pinging from becoming
  22. synchronized by server reboots.
  23. .SH KEYWORDS
  24. recovery, ping
  25.